Package com.netscape.certsrv.dbs
Class DBNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.dbs.DBException
com.netscape.certsrv.dbs.DBNotAvailableException
- All Implemented Interfaces:
Serializable
This exception indicates that the internal database is down.
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionDBNotAvailableException
(String errorString) DBNotAvailableException
(String errorString, Throwable cause) -
Method Summary
Methods inherited from class com.netscape.certsrv.dbs.DBException
getBundleName
Methods inherited from class com.netscape.certsrv.base.EBaseException
getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DBNotAvailableException
-
DBNotAvailableException
-